home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / graphic / hgrpic10.zip / A2B.MAK < prev    next >
Text File  |  1991-05-02  |  816b  |  73 lines

  1. .AUTODEPEND
  2.  
  3. #        *Translator Definitions*
  4. CC = tcc +A2B.CFG
  5. TASM = C:\BIN\TASM
  6. TLINK = tlink
  7.  
  8.  
  9. #        *Implicit Rules*
  10. .c.obj:
  11.   $(CC) -c {$< }
  12.  
  13. .cpp.obj:
  14.   $(CC) -c {$< }
  15.  
  16. .asm.obj:
  17.   $(TASM) {$< }
  18.  
  19.  
  20. #        *List Macros*
  21.  
  22.  
  23. EXE_dependencies =  \
  24.   a2b.obj \
  25.   cga.obj
  26.  
  27. #        *Explicit Rules*
  28. a2b.exe: a2b.cfg $(EXE_dependencies)
  29.   $(TLINK) /v/x/n/c/d @&&|
  30. c:\bin\tclib\c0l.obj+
  31. /v- a2b.obj+
  32. cga.obj
  33. a2b,
  34. c:\bin\tclib\emu.lib+
  35. c:\bin\tclib\mathl.lib+
  36. c:\bin\tclib\cl.lib
  37. |
  38.  
  39.  
  40. #        *Individual File Dependencies*
  41. a2b.obj: a2b.c 
  42.  
  43. cga.obj: cga.c 
  44.  
  45. #        *Compiler Configuration File*
  46. a2b.cfg: a2b.mak
  47.   copy &&|
  48. -ml
  49. -K
  50. -v
  51. -G
  52. -O
  53. -Z
  54. -k-
  55. -V
  56. -vi-
  57. -wbbf
  58. -wpin
  59. -wamb
  60. -wamp
  61. -wasm
  62. -wpro
  63. -wcln
  64. -wdef
  65. -wsig
  66. -wnod
  67. -wstv
  68. -wucp
  69. -wuse
  70. -I.;C:\BIN\TCINC
  71. -L.;C:\BIN\TCLIB
  72. | a2b.cfg
  73.